gdk: Drop invalid "transfer" g-i annotations
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:26:21 +0000 (08:26 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:26:21 +0000 (08:26 +0100)
gdk/gdkcontentdeserializer.c
gdk/gdkcontentserializer.c

index 627308a695f026abf4fb4e47c8580b31e87fd9cd..c9df08dba99c645bf22f9d752df88391c82af331 100644 (file)
@@ -184,7 +184,7 @@ gdk_content_deserializer_get_mime_type (GdkContentDeserializer *deserializer)
  *
  * Gets the GType to create an instance of.
  *
- * Returns: (transfer none): the GType for the current operation
+ * Returns: the GType for the current operation
  */
 GType
 gdk_content_deserializer_get_gtype (GdkContentDeserializer *deserializer)
index f0bf75006ec1cfef2ceaf188869f3c60830a9330..f9fac88dcbfaaae41dd4d4b36aa3f677b9301359 100644 (file)
@@ -187,7 +187,7 @@ gdk_content_serializer_get_mime_type (GdkContentSerializer *serializer)
  *
  * Gets the GType to of the object to serialize.
  *
- * Returns: (transfer none): the GType for the current operation
+ * Returns: the GType for the current operation
  */
 GType
 gdk_content_serializer_get_gtype (GdkContentSerializer *serializer)